golang.org/x/exp/apidiff.differ.correspond (method)

6 uses

	golang.org/x/exp/apidiff (current package)
		apidiff.go#L279: 	if !d.correspond(ot, nt) {
		apidiff.go#L306: 	if !d.correspond(old, new) {
		correspondence.go#L17: func (d *differ) correspond(old, new types.Type) bool {
		correspondence.go#L220: 			if !d.correspond(old.Origin(), new.Origin()) {
		correspondence.go#L252: 		if !d.correspond(tl1.At(i), tl2.At(i)) {
		correspondence.go#L266: 		if !d.correspond(tps1.At(i).Constraint(), tps2.At(i).Constraint()) {